home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
mis_cnvt
/
txt2db
/
rddsys.prg
< prev
next >
Wrap
Text File
|
1994-01-05
|
655b
|
27 lines
/***
*
* RddSys.prg
*
* This program is run each time your application is started to setup
* the proper default driver. You should modify a copy of this file
* if you wish to use a default RDD other than DBFNTX.
*
* Copyright (c) 1993, Computer Associates International, Inc.
* All rights reserved.
*
* Compile with /n /w
*/
#include "txt2dbf.ch"
ANNOUNCE RDDSYS // This line must not change
INIT PROCEDURE RddInit
REQUEST DBFNTX // Request desired RDD
rddSetDefault( "DBFNTX" ) // Set default RDD
RETURN
// eof: rddsys.prg